Landing the new ComboBox. Note that only gtkcombobox.h and
authorKristian Rietveld <kris@gtk.org>
Fri, 26 Sep 2003 21:57:06 +0000 (21:57 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Fri, 26 Sep 2003 21:57:06 +0000 (21:57 +0000)
commitc920afd9c52e160ac83f1fe01ba3394b20fb76be
tree671198a3b56d35464327af689d2bb397e8efbe32
parent4a2de86c44b264d69e69da92b92957024a1e2c56
Landing the new ComboBox. Note that only gtkcombobox.h and

Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>

Landing the new ComboBox. Note that only gtkcombobox.h and
gtkcomboboxentry.h are public.

* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.

* gtk/Makefile.am, gtk/gtk.h: adding the new files.

* tests/testcombo.c: and a new test.

* tests/Makefile.am: adding the new test.
17 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/Makefile.am
gtk/gtk.h
gtk/gtkcellview.c [new file with mode: 0644]
gtk/gtkcellview.h [new file with mode: 0644]
gtk/gtkcellviewmenuitem.c [new file with mode: 0644]
gtk/gtkcellviewmenuitem.h [new file with mode: 0644]
gtk/gtkcombobox.c [new file with mode: 0644]
gtk/gtkcombobox.h [new file with mode: 0644]
gtk/gtkcomboboxentry.c [new file with mode: 0644]
gtk/gtkcomboboxentry.h [new file with mode: 0644]
tests/Makefile.am
tests/testcombo.c [new file with mode: 0644]